projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74f8995
)
Add comment.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 26 Mar 2004 15:29:41 +0000
(15:29 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 26 Mar 2004 15:29:41 +0000
(15:29 +0000)
lisp/calc/calc-ext.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-ext.el
b/lisp/calc/calc-ext.el
index eafcc0766c228db658a816070a544d419a663a67..47c02bc285cd4776e8b0a4efb7fe8a1b176130e4 100644
(file)
--- a/
lisp/calc/calc-ext.el
+++ b/
lisp/calc/calc-ext.el
@@
-591,6
+591,9
@@
(define-key calc-mode-map "v}" 'calc-matrix-brackets)
(define-key calc-mode-map "v(" 'calc-vector-parens)
(define-key calc-mode-map "v)" 'calc-matrix-brackets)
+ ;; We can't rely on the automatic upper->lower conversion because
+ ;; in the global map V is explicitly bound, so we need to bind it
+ ;; explicitly as well :-( --stef
(define-key calc-mode-map "V" (lookup-key calc-mode-map "v"))
(define-key calc-mode-map "z" 'nil)